home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Utilities / mufs4510p / mufs4510p.readme < prev    next >
Encoding:
Text File  |  2001-01-23  |  3.4 KB  |  79 lines

  1. Short: MultiUser patch for OS3.5/OS3.9 FastFileSystem
  2. Type: util/misc
  3. Author: Etienne Vogt (Etienne.Vogt@obspm.fr)
  4.  
  5. Original MultiUser Author: Geert Uytterhoeven
  6.  
  7.  This is a patch to create a NSD compatible MultiUserFileSystem from the
  8. FastFileSystem provided with AmigaOS 3.5 or AmigaOS 3.9, allowing to use
  9. MultiUser with disks bigger than 4 Gb. Consequently you must own a copy
  10. of OS 3.5 or OS 3.9 to use this patch. OS 3.5 users are encouraged to get
  11. the BoingBag 2a archive from www.amiga.com as it contains an updated FFS
  12. (version 45.9 as in OS 3.9). Also, further improvements will only be
  13. available for the latest FFS release, since it takes too much time to
  14. also maintain outdated versions.
  15.  Note however that the MultiUserFileSystem generated through this patch
  16. will work on any Amiga with OS 2.04 or higher and also on 68000 systems.
  17.  
  18.  This patch was created through reverse engineering of the last version
  19. available of the MultiUserFileSystem (V40.11) to extract the modifications
  20. and insert them into the new V45 FFS. As it is a straight transposition,
  21. there are in particular no fixes yet for known bugs or security holes of the
  22. V40.11 muFS (such as the misfeature that allows anyone to create files in
  23. the root directory).
  24.  This is still an early beta release and I can't guarantee that it is safe to
  25. use. BACKUP YOUR DISKS BEFORE TRYING TO INSTALL THIS MULTIUSERFILESYSTEM ON
  26. YOUR AMIGA !!!
  27.  This patch is provided "as is" without any warranty, either expressed or
  28. implied. By using this patch, you accept the entire risk as to its quality
  29. and performance.
  30.  Only this archive may be freely redistributed. The MultiUserFileSystem
  31. generated by it contains code from the AmigaOS 3.5 or AmigaOS 3.9
  32. FastFileSystem and is thus subject to the same restrictions than AmigaOS
  33. itself.
  34.  
  35. Installation
  36. ------------
  37.  
  38.  You must have OS 3.5 or 3.9 and the latest MultiUser distribution (1.8).
  39. First rename any existing MultiUserFileSystem in L: to MultiUserFileSystem.old,
  40. so you don't have to recreate it if something goes wrong. Then, create the V45.x
  41. muFS with the spatch command included in this archive:
  42.  
  43. spatch -pmufs4510.pch -oL:MultiUserFileSystem L:FastFileSystem
  44.  
  45.  If your current L:FastFileSystem is version 45.9 (OS 3.9 or 3.5BB2), use the
  46. mufs4510.pch patch file. If it is version 45.1 (OS 3.5), use the mufs455.pch
  47. file.
  48.  Use then your favourite harddisk installation tool (HDToolBox from OS3.5 for
  49. example) to install the new MultiUserFileSystem into your harddisk's rdb area.
  50.  
  51. Changes
  52. -------
  53.  
  54.  V45.10
  55.   All muFS patches transfered to the 45.9 FastFileSystem, I hope without
  56.   mistakes this time ;-).
  57.  
  58.  V45.5
  59.   Fixed a potential crash of the V45 FFS on 2.x systems. When displaying
  60.   an error requester, it opens intuition via the private V39 exec function
  61.   TaggedOpenLibrary(). The patch will change this to a regular OpenLibrary()
  62.   call.
  63.  
  64.  V45.4
  65.   Big security bug fixed ! Due to a bad check of the protection flags on
  66.   ACTION_DELETE, anyone could delete any file which had the owner delete
  67.   flag enabled, just like on the plain FFS. Didn't I told you that this
  68.   patch was still experimental >:-> ?
  69.   This bug was present is all previous versions of the V45 mufs patch,
  70.   but not in the original V40 version. Got there through careless cut &
  71.   paste :-/
  72.  
  73.  V45.3
  74.   Fixed a bad bug that caused muFS 45.2 to crash after being uninhibited.
  75.  
  76.  
  77.  For more information about MultiUser, please refer to the original MultiUser
  78. Release 1.8 documentation.
  79.